const go/types.fallthroughOk

7 uses

	go/types (current package)
		stmt.go#L92: 	fallthroughOk
		stmt.go#L115: 	ok := ctxt&fallthroughOk != 0
		stmt.go#L116: 	inner := ctxt &^ fallthroughOk
		stmt.go#L121: 			inner |= fallthroughOk
		stmt.go#L425: 	inner := ctxt &^ (fallthroughOk | finalSwitchCase | inTypeSwitch)
		stmt.go#L593: 			if ctxt&fallthroughOk == 0 {
		stmt.go#L675: 				inner |= fallthroughOk